jp.co.ricoh.dsdk.scard.framework.service
クラス RegisterBundle
java.lang.Object
jp.co.ricoh.dsdk.scard.framework.service.RegisterBundle
- すべての実装インタフェース:
- org.osgi.framework.BundleActivator
- public abstract class RegisterBundle
- extends java.lang.Object
- implements org.osgi.framework.BundleActivator
カードサービスを登録するバンドルの抽象クラスです
.
|
フィールドの概要 |
protected org.osgi.framework.BundleContext |
context
バンドルのコンテキストです
. |
|
メソッドの概要 |
protected abstract java.lang.Class[] |
getCardServices()
このバンドルで登録する全てのカードサービスを返します
. |
void |
start(org.osgi.framework.BundleContext arg0)
|
void |
stop(org.osgi.framework.BundleContext arg0)
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected org.osgi.framework.BundleContext context
- バンドルのコンテキストです
.
RegisterBundle
public RegisterBundle()
start
public void start(org.osgi.framework.BundleContext arg0)
throws java.lang.Exception
- 定義:
- インタフェース
org.osgi.framework.BundleActivator 内の start
- 例外:
java.lang.Exception
stop
public void stop(org.osgi.framework.BundleContext arg0)
throws java.lang.Exception
- 定義:
- インタフェース
org.osgi.framework.BundleActivator 内の stop
- 例外:
java.lang.Exception
getCardServices
protected abstract java.lang.Class[] getCardServices()
throws java.lang.Exception
- このバンドルで登録する全てのカードサービスを返します
.
- 戻り値:
- カードサービスクラスの配列
.
- 例外:
java.lang.Exception - エラーが発生した場合
.